mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 08:31:35 +00:00
13 lines
204 B
Java
13 lines
204 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
|
|
//INFO: </p>
|