class C(var v: Int) { fun foo() { print(v) } } //INFO:
public final var v: Int defined in C