Files
kotlin-fork/idea/testData/completion/basic/java/TopLevelFromStandardLibraryWithoutParam.kt
T
2013-04-11 20:00:22 +04:00

10 lines
272 B
Kotlin

package testing
fun someFun() {
defaultDocumentBuilderFa<caret>
}
// Important: This test checks that completion will find top level functions from jars.
// If you going to update it make sure that methods are not auto-imported
// EXIST: defaultDocumentBuilderFactory