[FIR] Fix missing REDUNDANT_VISIBILITY_MODIFIER
This commit is contained in:
+9
@@ -171,3 +171,12 @@ FILE: RedundantVisibilityModifierChecker.kt
|
||||
}
|
||||
|
||||
}
|
||||
private final class Foo : R|kotlin/Any| {
|
||||
public constructor(): R|Foo| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
internal final fun barBarian(): R|kotlin/Unit| {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Vendored
+4
@@ -84,3 +84,7 @@ open class J {
|
||||
get() = 3.1415926535
|
||||
set(value) {}
|
||||
}
|
||||
|
||||
private class Foo {
|
||||
<!REDUNDANT_VISIBILITY_MODIFIER!>internal<!> fun barBarian() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user