IR text tests: Unmute tests that have main function
Don't use `main` function in these tests, because `main` function has specific mangling rules in JVM. Use other function name. ^KT-57755
This commit is contained in:
committed by
Space Team
parent
1759b9e3c4
commit
af247c3344
@@ -1,4 +1,4 @@
|
||||
fun main() {
|
||||
fun runMe() {
|
||||
val tmp_0: Pair<Int, Int> = 1.to<Int, Int>(that = 2)
|
||||
val a: Int = tmp_0.component1()
|
||||
println(message = a)
|
||||
|
||||
Reference in New Issue
Block a user