Adjusted tests to the new DescriptorRenderer behaviour
This commit is contained in:
committed by
Andrey Breslav
parent
2352d86932
commit
7deec28b9c
@@ -1,3 +1,3 @@
|
||||
Duplicating local variable 'y'
|
||||
Duplicating parameter 'y'
|
||||
Function already exists: 'local final fun inner2(x : Int, y : Int) : Any defined in outer'
|
||||
Function already exists: 'local final fun inner2(x: Int, y: Int): Any defined in outer'
|
||||
@@ -1 +1 @@
|
||||
Function already exists: 'internal final fun inner2(x : Int, y : Int) : Unit defined in outer'
|
||||
Function already exists: 'internal final fun inner2(x: Int, y: Int): Unit defined in outer'
|
||||
@@ -1 +1 @@
|
||||
Function already exists: 'internal fun fun2() : Unit defined in root package'
|
||||
Function already exists: 'internal fun fun2(): Unit defined in root package'
|
||||
Reference in New Issue
Block a user