[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
// !DIAGNOSTICS: -UNUSED_VARIABLE, -UNUSED_EXPRESSION
|
||||
|
||||
fun test() {
|
||||
1.2E400F
|
||||
1.2E-400F
|
||||
11111111111111111111111111111111111111111111111111111111111111111F
|
||||
0.000000000000000000000000000000000000000000000000000000000000001F
|
||||
0.000000000000000000000000000000000000001000000000000000000000000F
|
||||
|
||||
1.2E400f
|
||||
1.2E-400f
|
||||
11111111111111111111111111111111111111111111111111111111111111111f
|
||||
0.000000000000000000000000000000000000000000000000000000000000001f
|
||||
0.000000000000000000000000000000000000001000000000000000000000000f
|
||||
|
||||
val d1: Double = 1.2E400
|
||||
val d2: Double = 1.2E-400
|
||||
val d3: Double = 11111111111111111111111111111111111111111111111111111111111111111.0
|
||||
val d4: Double = 0.000000000000000000000000000000000000000000000000000000000000001
|
||||
val d5: Double = 0.000000000000000000000000000000000000001000000000000000000000000
|
||||
}
|
||||
Reference in New Issue
Block a user