Files
kotlin-fork/compiler/testData/psi/Inner.jet
T
Alexander Udalov 84e4611d2b Add 'inner' keyword
Support for the keyword in PSI and stubs

 #KT-1174 In Progress
2013-01-16 23:11:39 +04:00

4 lines
38 B
Plaintext

class Outer {
inner class Inner
}