Added tests for choosing 'most specific' resolution candidate
Fixed test (while resolve with library on android): 'run' resolves to library function
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo() {
|
||||
<caret>bar { }
|
||||
}
|
||||
|
||||
fun bar(a: Any) = a
|
||||
fun <T> bar(f: () -> T): T = f()
|
||||
Reference in New Issue
Block a user