blob: c5120dc1c4762d1a9eb4b424042ea4a3ae78e6e5 [file]
compiler/testData/cli/jvm/nameBasedDestructuringWithoutCompilerArgument.kt:2:6: error: the feature "name based destructuring" is experimental and should be enabled explicitly. This can be done by supplying the compiler argument '-Xname-based-destructuring={only-syntax|name-mismatch|complete}', but note that no stability guarantees are provided.
(val first, val second) = 1 to 2
^^^
compiler/testData/cli/jvm/nameBasedDestructuringWithoutCompilerArgument.kt:2:17: error: the feature "name based destructuring" is experimental and should be enabled explicitly. This can be done by supplying the compiler argument '-Xname-based-destructuring={only-syntax|name-mismatch|complete}', but note that no stability guarantees are provided.
(val first, val second) = 1 to 2
^^^
COMPILATION_ERROR