// WITH_RUNTIME package p import p.getFoo class A(val n: Int) fun A.getFoo(): Boolean = n > 1 fun test() { val t = A::getFoo }