Redundant 'inner' modifier: fix false positive/negative with constructor call

#KT-40879 Fixed
#KT-41223 Fixed
#KT-41311 Fixed
#KT-41680 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-08-07 10:22:11 +09:00
committed by Dmitry Gridin
parent e9669bf5cb
commit 09e1bed5c9
18 changed files with 131 additions and 9 deletions
@@ -0,0 +1,3 @@
class Test : Java() {
<caret>inner class Foo2 : Java.NestedStaticClass()
}