mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
12 lines
304 B
Java
Vendored
12 lines
304 B
Java
Vendored
package server
|
|
|
|
import some.TopLevelMethodFromJava_DataKt
|
|
|
|
class Testing {
|
|
void test() {
|
|
TopLevelMethodFromJava_DataKt.<caret>foo(12);
|
|
}
|
|
}
|
|
|
|
//INFO: <pre><b>public</b> <b>fun</b> foo(bar: Int): Unit <i>defined in</i> some <i>in file</i> TopLevelMethodFromJava_Data.kt</pre><p>KDoc foo</p>
|