blob: 9b0980a8dd794259df5a7b4b477a399f58387a8e [file]
val a = 42
class A(val p: String)
fun A.foo() = p
class B<T>(val v: T & Any)