Use clsDelegate to calculate hasModifierProperty("final") for light psi
AllOpen plugin can make some changes and we don't have the tools to make
correct decision based on psi
#KT-17857 Fixed
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
// test.C
|
||||
package test
|
||||
|
||||
annotation class AllOpen
|
||||
|
||||
@AllOpen
|
||||
class C {
|
||||
fun f() {}
|
||||
|
||||
fun g() {}
|
||||
|
||||
val p: Int
|
||||
|
||||
class D {
|
||||
fun z() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@AllOpen
|
||||
class H {
|
||||
fun j() {}
|
||||
}
|
||||
}
|
||||
|
||||
// LAZINESS:NoLaziness
|
||||
Reference in New Issue
Block a user