[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,4 +1,4 @@
interface MySam {
fun interface MySam {
fun run(x: String): Int
}