[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 {
|
||||
val charBound = Char.MIN_VALUE
|
||||
@@ -24,4 +24,4 @@ fun box(): String {
|
||||
if (!(1uL !in 0uL until uLongBound)) return "Fail !in ULong.MIN_VALUE"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user