Files
kotlin-fork/idea/testData/stubs/ParametersWithFqName.kt
T
2014-03-24 17:51:53 +04:00

4 lines
68 B
Kotlin

package test
class A(val b: Int, var c: String, justParam: Int) {
}