Merge Java 8 write signature tests in common ones
This commit is contained in:
+2
@@ -1,3 +1,5 @@
|
||||
//FULL_JDK
|
||||
|
||||
class KotlinMap1<K, V> : java.util.AbstractMap<K, V>() {
|
||||
override val entries: MutableSet<MutableMap.MutableEntry<K, V>>
|
||||
get() = throw UnsupportedOperationException()
|
||||
Reference in New Issue
Block a user