[FIR-TEST] Add new testdata generated after changes in previous commit

This commit is contained in:
Dmitriy Novozhilov
2019-12-11 16:16:22 +03:00
parent e9c02a1cca
commit 2536fa0cd5
4578 changed files with 104067 additions and 1 deletions
@@ -0,0 +1,17 @@
// !DIAGNOSTICS: -UNUSED_EXPRESSION
fun foo() {
1_
0x_f
0X_f
0b_1
0B_1
1.0_
1_.1
1.0_e1
1.0E_1
0Xe_
1.1_e-1_23
1.0e+_0
1.0e-_0
}
@@ -0,0 +1,9 @@
// !LANGUAGE: -UnderscoresInNumericLiterals
// !DIAGNOSTICS: -UNUSED_EXPRESSION
fun foo() {
100_1
3_.1
2___4
123_
}