KT-1389 Ctrl-Alt-B on class declaration does not work - Multifile tests

#KT-1389 Fixed
This commit is contained in:
Nikolay Krasko
2012-08-16 21:20:15 +04:00
parent 60b20374da
commit 2fd5e01da8
7 changed files with 159 additions and 45 deletions
@@ -0,0 +1,4 @@
package testing.jj;
class JavaImplementation extends testing.kt.Base {
}
@@ -0,0 +1,5 @@
package testing.kt
open class <caret>Base
// REF: (testing.jj).JavaImplementation