FIC: Parse fun keyword in front of interface as a modifier
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
fun interface Foo
|
||||
|
||||
fun interface Foo {
|
||||
fun invoke()
|
||||
}
|
||||
|
||||
private fun interface Foo
|
||||
|
||||
@Bar
|
||||
fun interface Foo
|
||||
|
||||
class TopLevel {
|
||||
fun interface Foo
|
||||
}
|
||||
|
||||
fun
|
||||
interface Foo
|
||||
Reference in New Issue
Block a user