Do not suggest "add inner" quick fix for interfaces etc. #KT-18396 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
84a6ef6ac4
commit
184651d366
@@ -0,0 +1,8 @@
|
||||
// "Add 'inner' modifier" "false"
|
||||
// ACTION: Create test
|
||||
// ERROR: Object is not allowed here
|
||||
class A() {
|
||||
inner class B() {
|
||||
object <caret>C
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user