mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Override members does not generate qualified super when not needed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package foo;
|
||||
|
||||
class A {
|
||||
public class A {
|
||||
public int getAnswer(String[] array, int number, Object value) {
|
||||
return 42;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user