mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
If property name is parsed on the next line and declaration is invalid (no receiver/type/initializer), treat that name as it does not belong to property #KT-12987 In Progress
7 lines
208 B
Plaintext
Vendored
7 lines
208 B
Plaintext
Vendored
package
|
|
|
|
public val propertyNameOnTheNextLine: kotlin.Int = 1
|
|
public fun foo(): kotlin.Unit
|
|
public fun println(/*0*/ x: kotlin.String): kotlin.Unit
|
|
public fun run(/*0*/ block: () -> kotlin.Unit): kotlin.Unit
|