[FIR] Check for isFun flag in SAM resolution

This commit is contained in:
Dmitriy Novozhilov
2020-07-06 16:48:15 +03:00
parent d1cb776e29
commit 58af8d68a1
11 changed files with 203 additions and 141 deletions
@@ -1,5 +1,4 @@
// TODO: This interface must be marked as "fun" ones that modifier is supported
interface MyRunnable {
fun interface MyRunnable {
fun foo(x: Int): Boolean
}