Drop deprecated char operations: correct test data.
This commit is contained in:
@@ -434,9 +434,6 @@ public class JetTypeCheckerTest extends JetLiteFixture {
|
||||
assertType("1.plus(1.toLong())", "Long");
|
||||
assertType("1.plus(1)", "Int");
|
||||
|
||||
assertType("'1'.plus(1.toDouble())", "Double");
|
||||
assertType("'1'.plus(1.toFloat())", "Float");
|
||||
assertType("'1'.plus(1.toLong())", "Long");
|
||||
assertType("'1'.plus(1)", "Int");
|
||||
assertType("'1'.minus('1')", "Int"); // Plus is not available for char
|
||||
|
||||
|
||||
Reference in New Issue
Block a user