Autoimports tests has been updated.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Import Class" "true"
|
||||
// "Import" "true"
|
||||
package some
|
||||
|
||||
import kotlin.util.measureTimeNano
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Import Class" "true"
|
||||
// "Import" "true"
|
||||
package some
|
||||
|
||||
fun testFun() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Import Class" "true"
|
||||
// "Import" "true"
|
||||
|
||||
import TestData.TestSample
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Import Class" "true"
|
||||
// "Import" "true"
|
||||
|
||||
fun test() {
|
||||
val a = <caret>TestSample
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Import Class" "true"
|
||||
// "Import" "true"
|
||||
package testingExtensionFunctionsImport
|
||||
|
||||
import testingExtensionFunctionsImport.data.someFun
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Import Class" "true"
|
||||
// "Import" "true"
|
||||
package testingExtensionFunctionsImport
|
||||
|
||||
fun some() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Import Class" "true"
|
||||
// "Import" "true"
|
||||
package functionimporttest
|
||||
|
||||
import functionimporttest.data.someTestFun
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Import Class" "true"
|
||||
// "Import" "true"
|
||||
package functionimporttest
|
||||
|
||||
fun functionImportTest() {
|
||||
|
||||
Reference in New Issue
Block a user