Don't report unused symbol if secondary constructor used
#KT-6997 Fixed
This commit is contained in:
committed by
Alexey Sedunov
parent
c6290efbe2
commit
d1308ebf84
@@ -0,0 +1,7 @@
|
||||
fun main(args: Array<String>) {
|
||||
A()
|
||||
}
|
||||
|
||||
class A {
|
||||
constructor() {}
|
||||
}
|
||||
Reference in New Issue
Block a user