Fix two QF tests (new add underscores action, KT-28953)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// ACTION: Change type of 'a' to 'Double'
|
||||
// ACTION: Convert expression to 'Long'
|
||||
// ACTION: Convert property initializer to getter
|
||||
// ACTION: Add underscores
|
||||
// ERROR: The floating-point literal does not conform to the expected type Long
|
||||
|
||||
val a : Long = 10000000000000000000.0<caret>
|
||||
@@ -3,6 +3,7 @@
|
||||
// ACTION: Change type of 'a' to 'Double'
|
||||
// ACTION: Convert expression to 'Short'
|
||||
// ACTION: Convert property initializer to getter
|
||||
// ACTION: Add underscores
|
||||
// ERROR: The floating-point literal does not conform to the expected type Short
|
||||
|
||||
val a : Short = 65000.0<caret>
|
||||
Reference in New Issue
Block a user