Add quickfix to change object to class
#KT-33586 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
6a329210cb
commit
d86e87d35e
@@ -0,0 +1,8 @@
|
||||
// "Change object to class" "true"
|
||||
annotation class Ann
|
||||
|
||||
// comment
|
||||
@Ann
|
||||
class Foo(val s: String) : Any() {
|
||||
constructor() : this("")
|
||||
}
|
||||
Reference in New Issue
Block a user