Drop all tests that disable features for language version less than 3
This commit is contained in:
-9
@@ -1,9 +0,0 @@
|
||||
// !LANGUAGE: -UnderscoresInNumericLiterals
|
||||
// !DIAGNOSTICS: -UNUSED_EXPRESSION
|
||||
|
||||
fun foo() {
|
||||
100_1
|
||||
<!ILLEGAL_UNDERSCORE!>3_.1<!>
|
||||
2___4
|
||||
<!ILLEGAL_UNDERSCORE!>123_<!>
|
||||
}
|
||||
-9
@@ -1,9 +0,0 @@
|
||||
// !LANGUAGE: -UnderscoresInNumericLiterals
|
||||
// !DIAGNOSTICS: -UNUSED_EXPRESSION
|
||||
|
||||
fun foo() {
|
||||
<!UNSUPPORTED_FEATURE!>100_1<!>
|
||||
<!UNSUPPORTED_FEATURE!>3_.1<!>
|
||||
<!UNSUPPORTED_FEATURE!>2___4<!>
|
||||
<!UNSUPPORTED_FEATURE!>123_<!>
|
||||
}
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
package
|
||||
|
||||
public fun foo(): kotlin.Unit
|
||||
Reference in New Issue
Block a user