[FIR] Remove usage of FirSamResolver in call conflict resolution
#KT-63703 Fixed
This commit is contained in:
committed by
Space Team
parent
ad8d4051b8
commit
50bfd19959
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
// FIR_IDENTICAL
|
||||
fun interface Runnable {
|
||||
fun run()
|
||||
}
|
||||
|
||||
fun foo(r: Runnable, f: Runnable) = 1
|
||||
fun foo(r: Runnable, f: () -> Unit) = ""
|
||||
|
||||
fun test(): String {
|
||||
return foo(Runnable {}, {})
|
||||
}
|
||||
Reference in New Issue
Block a user