mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 00:21:34 +00:00
Change part class naming scheme
update tests depending on part class naming
This commit is contained in:
committed by
Michael Bogdanov
parent
801d10229b
commit
a47eaa2cb5
8
compiler/testData/codegen/topLevelMemberInvocation/functionSamePackage/a1.kt
vendored
Normal file
8
compiler/testData/codegen/topLevelMemberInvocation/functionSamePackage/a1.kt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
fun test1() {}
|
||||
|
||||
fun test2() {
|
||||
test1()
|
||||
}
|
||||
|
||||
// 2 INVOKESTATIC A1Kt.test1 \(\)V
|
||||
// 1 INVOKESTATIC A1Kt.test2 \(\)V
|
||||
Reference in New Issue
Block a user