Added tests with class referenced from proto.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
import klass.*
|
||||
|
||||
fun a(klass: Klass) {
|
||||
b(klass)
|
||||
println(":)")
|
||||
}
|
||||
Reference in New Issue
Block a user