d0f0b9e355
For internal members new names are generated, So, references to them from Java will be broken
4 lines
172 B
Kotlin
Vendored
4 lines
172 B
Kotlin
Vendored
fun foo(p: Dependency): Double {
|
|
return p.getInt().toDouble() // explicit conversion to Double must be added on conversion (if type Dependency) is correctly resolved
|
|
}
|