blob: b8635015f983b64bc48eb368e1b136fb3d2e007e [file]
public inline fun test(): String {
val p = object : Test() {}
return p.data + Test.testStatic();
}
fun box(): String {
return test()
}