8 lines
92 B
Plaintext
Vendored
8 lines
92 B
Plaintext
Vendored
// "Create class 'Foo'" "true"
|
|
|
|
fun test() = Foo(2, "2")
|
|
|
|
class Foo(i: Int, s: String) {
|
|
|
|
}
|