[Test] Support USE_OLD_INLINE_CLASSES_MANGLING_SCHEME directive
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// WITH_RUNTIME
|
||||
// KOTLIN_CONFIGURATION_FLAGS: +JVM.USE_OLD_INLINE_CLASSES_MANGLING_SCHEME
|
||||
// USE_OLD_INLINE_CLASSES_MANGLING_SCHEME
|
||||
|
||||
fun box(): String {
|
||||
if (Char.MAX_VALUE in Char.MAX_VALUE until Char.MAX_VALUE) return "Fail in Char.MAX_VALUE"
|
||||
@@ -19,4 +19,4 @@ fun box(): String {
|
||||
if (!(ULong.MAX_VALUE !in ULong.MAX_VALUE until ULong.MAX_VALUE)) return "Fail !in ULong.MAX_VALUE"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user