5 lines
75 B
Kotlin
5 lines
75 B
Kotlin
// "Create class 'Foo'" "true"
|
|
|
|
trait A
|
|
|
|
fun test(): A = <caret>Foo(2, "2") |