mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +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:
6
idea/testData/multiModuleQuickFix/importCommonFunInJvm/common/a.kt
vendored
Normal file
6
idea/testData/multiModuleQuickFix/importCommonFunInJvm/common/a.kt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
package foo
|
||||
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user