Files
kotlin-fork/compiler/testData/diagnostics/tests/evaluate/infixFunOverBuiltinMemberInConst.txt
T
2018-01-16 15:42:02 +01: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 infix operator fun kotlin.Int.minus(/*0*/ other: kotlin.Int): kotlin.Int
public infix fun kotlin.Int.rem(/*0*/ other: kotlin.Int): kotlin.Int