Fix two QF tests (new add underscores action, KT-28953)

This commit is contained in:
Mikhail Glukhikh
2019-01-24 10:50:01 +03:00
parent 7cad0052d9
commit 5ec7643b5a
2 changed files with 2 additions and 0 deletions
@@ -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>