Added quickfix for NESTED_CLASS_NOT_ALLOWED
This commit is contained in:
committed by
Evgeny Gerashchenko
parent
72284c36d4
commit
56774cccd8
@@ -0,0 +1,7 @@
|
||||
// "Add 'inner' modifier" "true"
|
||||
class A() {
|
||||
inner class B() {
|
||||
inner class <caret>C() {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user