[FIR] Use FirDefaultOverridesBackwardCompatibilityHelper with common metadata compilation
Also, use it with JS compilation ^KT-57735 Fixed
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
$TESTDATA_DIR$/noVirtualFileHiddenForMemberWithPlatformDependentAnnotation.kt
|
||||
-d
|
||||
$TEMP_DIR$
|
||||
-language-version
|
||||
2.0
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
expect abstract class ConcurrentMap<Key, Value>(
|
||||
initialCapacity: Int = 32
|
||||
) : MutableMap<Key, Value> {
|
||||
fun remove(key: Key, value: Value): Boolean
|
||||
}
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
warning: language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features
|
||||
OK
|
||||
Reference in New Issue
Block a user