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