Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/funRedeclaration/fun2.kt.new
T

7 lines
44 B
Plaintext
Vendored

package test
val x = 1
fun function() {
}