Remove NonStrictOnlyInputTypesChecks LF and introduce opposite – StrictOnlyInputTypesChecks, set default as strict
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// WITH_RUNTIME
|
||||
// !LANGUAGE: -StrictOnlyInputTypesChecks
|
||||
|
||||
fun foo(fn: () -> Boolean) {}
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// WITH_RUNTIME
|
||||
// !LANGUAGE: -StrictOnlyInputTypesChecks
|
||||
|
||||
fun box(): String {
|
||||
val set = setOf<Int>(1, 2, 3, 4, 5)
|
||||
|
||||
Reference in New Issue
Block a user