Refactor and generate tests on JetPositionManager
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
object Obj {
|
||||
val x = foo() // Obj
|
||||
|
||||
fun foo(): Int {
|
||||
return 0 // Obj
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user