Add method tags
This commit is contained in:
parent
b1c2da4cb4
commit
746c8d27b8
2 changed files with 19 additions and 0 deletions
11
test/tags/methods.tig
Normal file
11
test/tags/methods.tig
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
let
|
||||
class A {
|
||||
method meth() = ()
|
||||
/* ^ definition.method */
|
||||
}
|
||||
|
||||
object := new A
|
||||
in
|
||||
object.meth()
|
||||
/* ^ reference.call */
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue