mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Cleanup deprecated symbol usages in testData
This commit is contained in:
@@ -5,8 +5,8 @@ class MyMapEntry : Test.MapEntryImpl()
|
||||
fun box(): String {
|
||||
|
||||
val b = MyMapEntry()
|
||||
b.getKey()
|
||||
b.getValue()
|
||||
b.key
|
||||
b.value
|
||||
b.setValue(null)
|
||||
|
||||
return "OK"
|
||||
|
||||
Reference in New Issue
Block a user