Check componentN functions for overload conflicts
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
data class A(val x: Int, val y: String) {
|
||||
<!CONFLICTING_OVERLOADS!>fun component1()<!> = 1
|
||||
<!CONFLICTING_OVERLOADS!>fun component2()<!> = 2
|
||||
}
|
||||
Reference in New Issue
Block a user