summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/funRedeclaration/fun2.kt.new
blob: 6621c5f63e7b754688447c450cb7769a35024c28 (plain)
1
2
3
4
5
6
7
package test

val x = 1

fun function() {

}