Files
T
2014-03-11 20:04:00 +04:00

7 lines
89 B
Kotlin

package foo
open class A() {
fun f() = 3
}
fun box() = (A().f() + bar.A().f()) == 9