Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib
Denis.Zharkov bf96abeed1 FIR: Fix special members came from superclass
class JavaSuperClass {
  // members impls with special signature, but it doesn't override any Kotlin specials
}

class KotlinInterface {
   // special members
}

class JavaSubClass extends JavaSuperClass implements KotlinInterface {
   // we should obtain members from JavaSuperClass with their Kotlinish
   // signature, not the Java one
}
2022-05-19 16:54:00 +00:00
..
2022-02-25 11:46:27 +00:00
2021-11-12 15:20:43 +03:00
2021-11-12 15:20:45 +03:00
2021-11-12 15:20:44 +03:00
2022-02-25 11:46:27 +00:00
2021-05-28 15:36:24 +03:00
2022-02-25 11:46:27 +00:00
2021-05-28 15:36:24 +03:00
2022-02-17 15:04:36 +00:00