Promote collection builders to stable #KT-47421
This commit is contained in:
committed by
Space
parent
72ab6d5e7e
commit
261d0c2783
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
fun test_1() {
|
||||
val list = <!OPT_IN_USAGE_ERROR!>buildList<!> {
|
||||
val list = buildList {
|
||||
add("")
|
||||
}
|
||||
takeList(list)
|
||||
|
||||
Reference in New Issue
Block a user