FIR checker: introduce top-level function checker

This commit is contained in:
Jinseong Jeon
2021-01-19 15:09:00 -08:00
committed by Mikhail Glukhikh
parent df68f319bc
commit 9341ca3004
15 changed files with 59 additions and 11 deletions
@@ -20,7 +20,7 @@ fun test_2(n: Int) {
fun Int.bar(): Int {}
fun Int.baz(): Int
fun Int.baz(): Int {}
fun Byte.baz(): Byte {}
fun test_3() {