Add "Make private and overrides member" quick fix for ACCIDENTAL_OVERRIDE
#KT-18536 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
30b98aaeb7
commit
d72e55d1b7
+10
@@ -0,0 +1,10 @@
|
||||
// "Implements 'getName'" "false"
|
||||
// DISABLE-ERRORS
|
||||
// ACTION: Convert to secondary constructor
|
||||
// ACTION: Create test
|
||||
// ACTION: Make private
|
||||
// ACTION: Make protected
|
||||
// ACTION: Make public
|
||||
// ACTION: Move to class body
|
||||
class A(<caret>internal val name: String) : JavaInterface {
|
||||
}
|
||||
Reference in New Issue
Block a user