Test fix: typeFromJavaFlexibleRecursive
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@
|
|||||||
|
|
||||||
fun use() {
|
fun use() {
|
||||||
val text = B.text
|
val text = B.text
|
||||||
text.map(kotlin.collections.MutableList<Any>?::toString)
|
text.map(MutableList<Any>?::toString)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user