mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
10 lines
260 B
Java
Vendored
10 lines
260 B
Java
Vendored
import testing.Test;
|
|
|
|
class KotlinClassUsedFromJava {
|
|
void test() {
|
|
<caret>Test();
|
|
}
|
|
}
|
|
|
|
//INFO: <pre><b>public</b> <b>final</b> <b>class</b> Test <i>defined in</i> testing <i>in file</i> KotlinClassUsedFromJava_Data.kt</pre><p>Some comment</p>
|