Restructure "Safe Delete" test data directories
Conflicts: generators/org/jetbrains/jet/generators/tests/GenerateTests.java
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package test
|
||||
|
||||
import test.A.O
|
||||
|
||||
object A {
|
||||
object <caret>O {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class B {
|
||||
val x = A.O
|
||||
}
|
||||
Reference in New Issue
Block a user