5 lines
88 B
Kotlin
Vendored
5 lines
88 B
Kotlin
Vendored
// "Create class 'Foo'" "true"
|
|
|
|
fun test() {
|
|
fun nestedTest() = <caret>Foo(2, "2")
|
|
} |