Files
kotlin-fork/compiler/testData/diagnostics/tests/evaluate/infixFunOverBuiltinMemberInConst.txt
T
Mikhail Zarechenskiy e7ea076093 Do not apply constant folding for non built-in functions
#KT-15872 Fixed
2017-02-08 15:42:39 +03:00

9 lines
295 B
Plaintext
Vendored

package
public const val a1: kotlin.Int
public const val a2: kotlin.Int = -1
public const val b1: kotlin.Int
public const val b2: kotlin.Int = 2
public operator infix fun kotlin.Int.minus(/*0*/ other: kotlin.Int): kotlin.Int
public infix fun kotlin.Int.rem(/*0*/ other: kotlin.Int): kotlin.Int