6 lines
45 B
Kotlin
Vendored
6 lines
45 B
Kotlin
Vendored
package foo
|
|
|
|
class A(val x: Int)
|
|
|
|
fun A() {}
|