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

#KT-1389 In Progress
This commit is contained in:
Nikolay Krasko
2012-08-15 21:40:54 +04:00
parent 52a933e179
commit 0b97b14642
2 changed files with 83 additions and 0 deletions
@@ -0,0 +1,7 @@
package testing
open class <caret>Test
class TestOther : Test()
// REF: JetLightClass:testing.TestOther