Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/defaultValueInConstructorRemoved/B.kt.new.2
T
2016-03-11 02:43:31 +03:00

3 lines
34 B
Plaintext
Vendored

package foo
open class B() : A(5)