Added diagnostic error when in function declaration name was omitted
This commit is contained in:
@@ -2,6 +2,8 @@ package
|
||||
|
||||
internal val <no name provided>: kotlin.Int = 1
|
||||
internal fun <no name provided>(): kotlin.Unit
|
||||
internal fun outerFun(): kotlin.Unit
|
||||
internal fun Outer.<no name provided>(): kotlin.Unit
|
||||
|
||||
internal final class <no name provided> {
|
||||
internal constructor <no name provided>()
|
||||
|
||||
Reference in New Issue
Block a user