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