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
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// PROBLEM: none
|
||||
class Test {
|
||||
private <caret>inner class Inner {
|
||||
val inner2 = Inner2()
|
||||
}
|
||||
|
||||
private inner class Inner2
|
||||
}
|
||||
Reference in New Issue
Block a user