KT-12504 Intention to make open class with only private constructors sealed (#1193)
* Intention to make open class with only private constructors sealed #KT-12504 Fixed * Fixed #KT-12504
This commit is contained in:
committed by
Dmitry Jemerov
parent
dd2a87dbf7
commit
a8da79a130
+6
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
annotation class Inject
|
||||
open class Test<caret> private constructor() {
|
||||
private @Inject constructor(i: Int) : this() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user