Test that clashing signatures are not reported when conflicting overloads are present in CLI
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
fun a(): List<Int> = null!!
|
||||
fun a(): List<String> = null!!
|
||||
Reference in New Issue
Block a user