superlint/test/linters/kotlin_android/kotlin_android_good_1.kt
Marco Ferrari e6cf8d3845
Move tests to the test directory (#4985)
* Move tests to the test directory

* Fix linting errors

* Add states back

* Add xml back
2023-12-15 08:50:35 +00:00

10 lines
182 B
Kotlin

// ktlint-disable filename
import pkg.PkgClass
import java.JavaClass
fun main(str1: String, str2: String, str3: String) {
val j = JavaClass()
val p = PkgClass()
println(p)
}