Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
853fce4b7191e52ba6277972851e731c0c2d1802
/
.
/
idea
/
testData
/
editor
/
quickDoc
/
KotlinPackageClassUsedFromJava.java
blob: 969e5b498e2220129308a8bd10519affb8e73288 [
file
]
import
testing
.
TestingPackage
class
KotlinClassUsedFromJava
{
void
test
()
{
<
caret
>
TestingPackage
.
foo
()
}
}
//INFO: [light_idea_test_case] testing.TestingPackage...