Introduce separate compiler flag for unrestricted builder inference
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@OptIn(ExperimentalStdlibApi::class)
|
||||
fun main() {
|
||||
val x = buildMap {
|
||||
val y = put(1, "")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user