REDUNDANT_OPEN_FOR_INTERFACE warning: reported for open members without implementation #KT-12452 Fixed

This commit is contained in:
Mikhail Glukhikh
2016-05-24 11:46:47 +03:00
parent e66acd8101
commit 9a69b8b7b5
10 changed files with 58 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// KT-880 Overload resolution ambiguity
public interface I {
open fun test() : Unit
<!REDUNDANT_OPEN_IN_INTERFACE!>open<!> fun test() : Unit
}
abstract public class A() {