mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
- Remove whole file resolve - Take already resolved element - Get kotlin element behind the wrapper directly - Remove outdated isKotlinDeclaration method - More tests
9 lines
143 B
Java
9 lines
143 B
Java
import testing.Test
|
|
|
|
class KotlinClassUsedFromJava {
|
|
void test() {
|
|
<caret>Test()
|
|
}
|
|
}
|
|
|
|
//INFO: [light_idea_test_case] testing... |