Add MutableMap.remove(K, V) as built-in declaration
Use PlatformDependent annotation to guarantee it's only be available for JDK8 Also adjust type-safe bridges and mutable collection stubs generation
This commit is contained in:
@@ -367,6 +367,10 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractCompileKotlinAgainstKotlinTest>() {
|
||||
model("compileKotlinAgainstKotlinJava8")
|
||||
}
|
||||
|
||||
testClass<AbstractJava8WriteSignatureTest>() {
|
||||
model("codegen/java8/writeSignature")
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("idea/tests", "idea/testData") {
|
||||
|
||||
Reference in New Issue
Block a user