Files
kotlin-fork/jps-plugin/testData/incremental/multiModule/defaultValueInConstructorRemoved/module1_A.kt
T
Alexey Tsvetkov 23bc907d3f Move multi-module IC tests to separate dir
At the moment they are used only with JPS
2017-08-29 02:24:37 +03:00

3 lines
33 B
Kotlin
Vendored

package foo
class A(x: Int = 10)