Files
kotlin-fork/compiler/testData/ir/irText/expressions/equals.sig.kt.txt
T
2023-07-14 20:26:45 +00:00

25 lines
1021 B
Kotlin
Vendored

// CHECK JVM_IR:
// Mangled name: #testEqeq(kotlin.Int;kotlin.Int){}kotlin.Boolean
// Public signature: /testEqeq|-8467980441682237872[0]
// Public signature debug description: testEqeq(kotlin.Int;kotlin.Int){}kotlin.Boolean
fun testEqeq(a: Int, b: Int): Boolean
// CHECK JVM_IR:
// Mangled name: #testEquals(kotlin.Int;kotlin.Int){}kotlin.Boolean
// Public signature: /testEquals|-6776844626244337538[0]
// Public signature debug description: testEquals(kotlin.Int;kotlin.Int){}kotlin.Boolean
fun testEquals(a: Int, b: Int): Boolean
// CHECK JVM_IR:
// Mangled name: #testJEqeqNull(){}kotlin.Boolean
// Public signature: /testJEqeqNull|-16498498668551755[0]
// Public signature debug description: testJEqeqNull(){}kotlin.Boolean
fun testJEqeqNull(): Boolean
// CHECK JVM_IR:
// Mangled name: #testJEqualsNull(){}kotlin.Boolean
// Public signature: /testJEqualsNull|1794297066470075977[0]
// Public signature debug description: testJEqualsNull(){}kotlin.Boolean
fun testJEqualsNull(): Boolean