[IR][tests] New test: non-abstract callable member in abstract class becomes abstract
^KT-53663
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package lib1
|
||||
|
||||
interface A {
|
||||
fun foo(): Int = 42
|
||||
fun bar(): Int = 42
|
||||
}
|
||||
Reference in New Issue
Block a user