Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package first
|
||||
|
||||
import second.testFun
|
||||
|
||||
fun test() {
|
||||
te<caret>
|
||||
}
|
||||
|
||||
// EXIST: testFun
|
||||
@@ -0,0 +1,3 @@
|
||||
package second
|
||||
|
||||
fun testFun() : Int = 12
|
||||
Reference in New Issue
Block a user