Remove unnecessary constructor keyword intention (KT-29143)
#KT-29143 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
c10eadfa77
commit
185d0c6165
@@ -0,0 +1,5 @@
|
||||
annotation class Ann
|
||||
|
||||
class AnnotatedParam <caret>constructor(@Ann x: Double) {
|
||||
val y = x
|
||||
}
|
||||
Reference in New Issue
Block a user