b360d2ada3
test is: 1. compile file A 2. compile file B with binary class A in classpath 3. execute some code from file B
4 lines
30 B
Kotlin
4 lines
30 B
Kotlin
package aaa
|
|
|
|
fun hello() = 17
|