Files
kotlin-fork/j2k/testData/fileOrElement/comments/removeNoInspectionComment.kt
T
Simon Ogorodnik 155cfcb1f8 Fix for KT-6424
Remove "SuppressWarnings" and "//noinspection" on java to kotlin conversion
2016-10-13 18:51:48 +03:00

6 lines
68 B
Kotlin
Vendored

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