155cfcb1f8
Remove "SuppressWarnings" and "//noinspection" on java to kotlin conversion
8 lines
54 B
Kotlin
Vendored
8 lines
54 B
Kotlin
Vendored
class A {
|
|
|
|
var b = 0
|
|
|
|
fun a(i: Int) {
|
|
|
|
}
|
|
} |