Minor: expand dsl highlighting test cases to cover member functions
This commit is contained in:
+10
@@ -21,6 +21,12 @@ fun g() {
|
||||
|
||||
}
|
||||
|
||||
@A
|
||||
class AC {
|
||||
@A
|
||||
fun a() = ""
|
||||
}
|
||||
|
||||
fun test() {
|
||||
f() // 4
|
||||
|
||||
@@ -31,4 +37,8 @@ fun test() {
|
||||
g() // 1
|
||||
|
||||
ff() // 4
|
||||
|
||||
with (A()) {
|
||||
a() // 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user