fix typo in test data

This commit is contained in:
Kirill Rakhman
2019-04-19 13:25:35 +02:00
committed by Dmitry Gridin
parent c0eba201a5
commit 00c76593f2
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
// WITH_RUNTIME
// MIN_JAVA_VERSION: 9
// FIX: Replace with `mtableSetOf` function
// FIX: Replace with `mutableSetOf` function
fun test() {
val a = java.util.Set.of<caret><String>()
@@ -1,6 +1,6 @@
// WITH_RUNTIME
// MIN_JAVA_VERSION: 9
// FIX: Replace with `mtableSetOf` function
// FIX: Replace with `mutableSetOf` function
fun test() {
val a = mutableSetOf<String>()