mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 00:21:34 +00:00
12 lines
211 B
Java
Vendored
12 lines
211 B
Java
Vendored
package server
|
|
|
|
import some.SomePackage
|
|
|
|
class Testing {
|
|
void test() {
|
|
SomePackage.<caret>foo(12);
|
|
}
|
|
}
|
|
|
|
//INFO: <b>public</b> <b>fun</b> foo(bar: Int): Unit <i>defined in</i> some<p>KDoc foo</p>
|