Refactoring & clarification: implement new FIR tower resolver
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ enum class A {
|
||||
A1,
|
||||
A2;
|
||||
|
||||
fun valueOf(s: String): A = <!AMBIGUITY!>valueOf<!>(s)
|
||||
fun valueOf(s: String): A = valueOf(s)
|
||||
|
||||
fun valueOf() = "OK"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user