24 lines
991 B
Plaintext
Vendored
24 lines
991 B
Plaintext
Vendored
warning: ATTENTION!
|
|
This build uses unsafe internal compiler arguments:
|
|
|
|
-XXLanguage:+AllowSealedInheritorsInDifferentFilesOfSamePackage
|
|
-XXLanguage:+SealedInterfaces
|
|
|
|
This mode is not recommended for production use,
|
|
as no stability/compatibility guarantees are given on
|
|
compiler or generated code. Use it at your own risk!
|
|
|
|
compiler/testData/compileKotlinAgainstCustomBinaries/sealedClassesAndInterfaces/main.kt:4:9: warning: variable 'x' is never used
|
|
val x = when (base) {
|
|
^
|
|
compiler/testData/compileKotlinAgainstCustomBinaries/sealedClassesAndInterfaces/main.kt:13:9: warning: variable 'x' is never used
|
|
val x = when (base) {
|
|
^
|
|
compiler/testData/compileKotlinAgainstCustomBinaries/sealedClassesAndInterfaces/main.kt:24:9: warning: variable 'x' is never used
|
|
val x = when (base) {
|
|
^
|
|
compiler/testData/compileKotlinAgainstCustomBinaries/sealedClassesAndInterfaces/main.kt:31:9: warning: variable 'x' is never used
|
|
val x = when (base) {
|
|
^
|
|
OK
|