KT-13536 related: correct handling of objects
(cherry picked from commit 7ae9b6b)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
6ac4bf3f17
commit
0ee1102e24
@@ -0,0 +1,8 @@
|
||||
// "Safe delete 'MyObj'" "false"
|
||||
// ACTION: Create test
|
||||
|
||||
import MyObj.foo
|
||||
|
||||
object <caret>MyObj {
|
||||
fun foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user