Files
kotlin-fork/idea/testData/inspectionsLocal/redundantRequireNotNullCall/checkNotNull.kt.after
T
2019-02-06 11:10:27 +03:00

5 lines
69 B
Plaintext
Vendored

// WITH_RUNTIME
fun test(s: String) {
println(1)
println(2)
}