8 lines
108 B
Kotlin
8 lines
108 B
Kotlin
// "Create class 'Foo'" "true"
|
|
// ERROR: Unresolved reference: Foo
|
|
|
|
trait T
|
|
|
|
fun test(): T = J.Foo(2, "2")
|
|
|