KT-41670 Check for default property accessors in SAM interfaces
This commit is contained in:
committed by
teamcity
parent
59a052a615
commit
0b453ee328
@@ -0,0 +1,7 @@
|
||||
fun interface Interface {
|
||||
fun foo()
|
||||
|
||||
val value get() = "OK"
|
||||
}
|
||||
|
||||
fun box() = Interface{}.value
|
||||
Reference in New Issue
Block a user