Add 'inner' keyword

Support for the keyword in PSI and stubs

 #KT-1174 In Progress
This commit is contained in:
Alexander Udalov
2012-11-29 16:15:36 +04:00
parent 949f5ed834
commit 84e4611d2b
8 changed files with 70 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
class Outer {
inner class Inner
}