Added tests with class referenced from proto.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
fun a(ref: kotlin.test.Asserter) {
|
||||
b(ref)
|
||||
println(":)")
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
fun a(ref: kotlin.test.Asserter) {
|
||||
b(ref)
|
||||
println(":)")
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
fun b(ref: kotlin.test.Asserter) {
|
||||
a(ref)
|
||||
println(":)")
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
Cleaning output files:
|
||||
out/production/module/test/TestPackage-a-*.class
|
||||
out/production/module/test/TestPackage.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/a.kt
|
||||
End of files
|
||||
Reference in New Issue
Block a user