Change deprecation rules for annotations in brackets
Also adjust quickfix for deprecated syntax
This commit is contained in:
@@ -15,7 +15,7 @@ fun testVisibility() {
|
||||
<error descr="[UNRESOLVED_REFERENCE] Unresolved reference: ClassInM2">ClassInM2</error>()
|
||||
}
|
||||
|
||||
public open class A internal () {
|
||||
public open class A internal constructor() {
|
||||
private fun pri() {
|
||||
}
|
||||
fun int() {
|
||||
|
||||
Reference in New Issue
Block a user