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