Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/defaultValueInConstructorChanged/createB.kt
T
2016-03-10 23:36:40 +03:00

5 lines
38 B
Kotlin
Vendored

package foo
fun createB() {
B()
}