Files
kotlin-fork/idea/testData/inspections/canBeParameter/usedFromJava.kt
T
2016-04-11 16:32:26 +03:00

2 lines
48 B
Kotlin
Vendored

// NO
class UsedFromJava(val z: Int, val w: Int)