javac-wrapper: fixes after rebase and review
This commit is contained in:
committed by
Alexander Baratynskiy
parent
2dc0c55e76
commit
67fdd9f76e
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER -PLATFORM_CLASS_MAPPED_TO_KOTLIN
|
||||
// JAVAC_EXPECTED_FILE
|
||||
|
||||
class MyHashMap : java.util.HashMap<String, String>() {
|
||||
fun getOrDefault(key: String, defaultValue: String): String = TODO()
|
||||
|
||||
Reference in New Issue
Block a user