FIC: Parse fun keyword in front of interface as a modifier
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
interface fun Foo
|
||||
|
||||
fun private interface Foo
|
||||
|
||||
fun @Bar interface Foo
|
||||
|
||||
fun class Foo
|
||||
|
||||
fun abstract class Foo
|
||||
|
||||
fun object Foo
|
||||
Reference in New Issue
Block a user