Fix JDK-dependent stdlib tests after advancing jvmTarget
This commit is contained in:
@@ -16,20 +16,12 @@ public actual fun assertTypeEquals(expected: Any?, actual: Any?) {
|
||||
}
|
||||
}
|
||||
|
||||
internal actual fun String.removeLeadingPlusOnJava6(): String = this
|
||||
|
||||
internal actual inline fun testOnNonJvm6And7(f: () -> Unit) {
|
||||
f()
|
||||
}
|
||||
|
||||
actual fun testOnJvm(action: () -> Unit) {}
|
||||
actual fun testOnJs(action: () -> Unit) {}
|
||||
|
||||
|
||||
public actual val isFloat32RangeEnforced: Boolean get() = true
|
||||
|
||||
public actual val supportsSuppressedExceptions: Boolean get() = true
|
||||
|
||||
public actual val supportsNamedCapturingGroup: Boolean get() = true
|
||||
|
||||
public actual val supportsOctalLiteralInRegex: Boolean get() = true
|
||||
|
||||
Reference in New Issue
Block a user