fix typo in test data
This commit is contained in:
committed by
Dmitry Gridin
parent
c0eba201a5
commit
00c76593f2
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// MIN_JAVA_VERSION: 9
|
// MIN_JAVA_VERSION: 9
|
||||||
// FIX: Replace with `mtableSetOf` function
|
// FIX: Replace with `mutableSetOf` function
|
||||||
|
|
||||||
fun test() {
|
fun test() {
|
||||||
val a = java.util.Set.of<caret><String>()
|
val a = java.util.Set.of<caret><String>()
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// MIN_JAVA_VERSION: 9
|
// MIN_JAVA_VERSION: 9
|
||||||
// FIX: Replace with `mtableSetOf` function
|
// FIX: Replace with `mutableSetOf` function
|
||||||
|
|
||||||
fun test() {
|
fun test() {
|
||||||
val a = mutableSetOf<String>()
|
val a = mutableSetOf<String>()
|
||||||
|
|||||||
Reference in New Issue
Block a user