Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/sealedClassConstructorWithDefaultParams.kt
T

3 lines
100 B
Kotlin
Vendored

// !LANGUAGE: +AllowSealedInheritorsInDifferentFilesOfSamePackage
sealed class Test(val x: Int = 0)