6 lines
87 B
Kotlin
Vendored
6 lines
87 B
Kotlin
Vendored
internal class Foo(a: Int, b: Int) {
|
|
|
|
fun foo() {
|
|
val f = Foo(1, 2)
|
|
}
|
|
} |