Quickfix for NOTHING_TO_OVERRIDE

This commit is contained in:
Michał Sapalski
2013-03-02 15:08:00 +01:00
committed by Andrey Breslav
parent 231457df8e
commit 01c4826b06
51 changed files with 1169 additions and 159 deletions
@@ -0,0 +1,5 @@
package a
class A {}
open class B {
override fun f(a: A) {}
}