Add regression test for no resolution recursion
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun <T> T.at(element: Int) = this.at()
|
||||
|
||||
fun <T> T.at(): T = this
|
||||
|
||||
fun box(): String = "OK".at()
|
||||
Reference in New Issue
Block a user