mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
Allow simpler setup of common scenarios Do not require to define DependenciesResolver for every test Drop redundant template files
11 lines
223 B
Kotlin
Vendored
11 lines
223 B
Kotlin
Vendored
import lib.*
|
|
|
|
fun f(
|
|
<warning>g</warning>: JavaInterface.G,
|
|
<warning>f</warning>: JavaInterface.F,
|
|
<warning>i</warning>: JavaInterface.F.I
|
|
) {
|
|
|
|
}
|
|
|
|
// DEPENDENCIES: classpath:lib-classes; imports:custom.library.* |