FIR: make declarations marked with 'override' implicitly open
#KT-52236 Fixed
This commit is contained in:
committed by
Space Team
parent
9c1a68fcec
commit
6af616d3c3
+2
-2
@@ -1,8 +1,8 @@
|
||||
public final class C /* p.C*/ {
|
||||
public C();// .ctor()
|
||||
|
||||
public final int af();// af()
|
||||
public int af();// af()
|
||||
|
||||
public final int getAp();// getAp()
|
||||
public int getAp();// getAp()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user