4 lines
68 B
Kotlin
Vendored
4 lines
68 B
Kotlin
Vendored
package test
|
|
|
|
class A(val b: Int, var c: String, justParam: Int) {
|
|
} |