[K/N][codegen] Fix for https://youtrack.jetbrains.com/issue/KT-48543
Sometimes an interface contains final methods, they shouldn't be in its itable cause they can't be called virtually
This commit is contained in:
@@ -2971,6 +2971,10 @@ task interfaceCallsNCasts_functionNameClash(type: KonanLocalTest) {
|
||||
source = "codegen/interfaceCallsNCasts/functionNameClash.kt"
|
||||
}
|
||||
|
||||
task interfaceCallsNCasts_finalMethod(type: KonanLocalTest) {
|
||||
source = "codegen/interfaceCallsNCasts/finalMethod.kt"
|
||||
}
|
||||
|
||||
task interfaceCallsNCasts_diamond(type: KonanLocalTest) {
|
||||
source = "codegen/interfaceCallsNCasts/diamond.kt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user