Check local function declarations for overload conflicts.
In PSI unifier tests, disable errors for tests on local functions (as irrelevant).
This commit is contained in:
+1
@@ -1,3 +1,4 @@
|
||||
// DISABLE-ERRORS
|
||||
class A(val n: Int)
|
||||
|
||||
fun test() {
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// DISABLE-ERRORS
|
||||
class A(val n: Int)
|
||||
|
||||
fun test() {
|
||||
|
||||
Reference in New Issue
Block a user