Postpone ApproximateIntegerLiteralTypesInReceiverPosition feature till 1.7
^KT-38895
This commit is contained in:
committed by
teamcityserver
parent
6a8f36e313
commit
8117cd4c24
@@ -1,4 +1,5 @@
|
||||
// FIR_IDENTICAL
|
||||
// LANGUAGE: +ApproximateIntegerLiteralTypesInReceiverPosition
|
||||
val p1: Byte = <!TYPE_MISMATCH!>(1 + 2) * 2<!>
|
||||
val p2: Short = <!TYPE_MISMATCH!>(1 + 2) * 2<!>
|
||||
val p3: Int = (1 + 2) * 2
|
||||
|
||||
Reference in New Issue
Block a user