Fix JDK-dependent stdlib tests after advancing jvmTarget
This commit is contained in:
@@ -7,17 +7,11 @@ package test
|
||||
|
||||
public expect fun assertTypeEquals(expected: Any?, actual: Any?)
|
||||
|
||||
internal expect fun String.removeLeadingPlusOnJava6(): String
|
||||
|
||||
internal expect inline fun testOnNonJvm6And7(f: () -> Unit)
|
||||
|
||||
public expect fun testOnJvm(action: () -> Unit)
|
||||
public expect fun testOnJs(action: () -> Unit)
|
||||
|
||||
public expect val isFloat32RangeEnforced: Boolean
|
||||
|
||||
public expect val supportsSuppressedExceptions: Boolean
|
||||
|
||||
public expect val supportsNamedCapturingGroup: Boolean
|
||||
|
||||
public expect val supportsOctalLiteralInRegex: Boolean
|
||||
|
||||
Reference in New Issue
Block a user