Files
kotlin-fork/nj2k/testData/newJ2k/comments/removeNoInspectionComment.kt
T
2019-09-29 11:39:36 +03:00

5 lines
67 B
Kotlin
Vendored

class Check {
fun a() {
val d = String() as Int
}
}