3 lines
100 B
Kotlin
Vendored
3 lines
100 B
Kotlin
Vendored
// !LANGUAGE: +AllowSealedInheritorsInDifferentFilesOfSamePackage
|
|
|
|
sealed class Test(val x: Int = 0) |