Merge "diagnostic with Java 8" tests with general diagnostic tests
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER -PLATFORM_CLASS_MAPPED_TO_KOTLIN
|
||||
|
||||
class MyHashMap : java.util.HashMap<String, String>() {
|
||||
fun getOrDefault(key: String, defaultValue: String): String = TODO()
|
||||
}
|
||||
Reference in New Issue
Block a user