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:
committed by
Dmitry Gridin
parent
e9669bf5cb
commit
09e1bed5c9
+3
@@ -0,0 +1,3 @@
|
||||
class Test : Java() {
|
||||
<caret>inner class Foo2 : Java.NestedStaticClass()
|
||||
}
|
||||
Reference in New Issue
Block a user