mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Mpp: KT-23457, fix importing common classes into common modules
Add test for KT-23457 NOTE: fixes 'importClassInCommon' test Other test cases added to increase coverage #KT-23457 Fixed
This commit is contained in:
7
idea/testData/multiModuleQuickFix/importFunInCommon/common/b.kt
vendored
Normal file
7
idea/testData/multiModuleQuickFix/importFunInCommon/common/b.kt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// "Import" "true"
|
||||
// ERROR: Unresolved reference: foo
|
||||
package bar
|
||||
|
||||
fun use() {
|
||||
<caret>foo()
|
||||
}
|
||||
Reference in New Issue
Block a user