Files
kotlin-fork/jps-plugin/testData/incremental/withJava/other/defaultValueInConstructorAdded/createB.kt
T
2017-08-29 04:28:06 +03:00

5 lines
38 B
Kotlin
Vendored

package foo
fun createB() {
B()
}