REDUNDANT_OPEN_FOR_INTERFACE warning: reported for open members without implementation #KT-12452 Fixed
This commit is contained in:
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user