summaryrefslogtreecommitdiffstats
path: root/tests/language-server/this-type-hover.slang
blob: 535e04e9354d6c2cb42d59b540c8af8624de4b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//TEST:LANG_SERVER(filecheck=CHECK):

struct G
{}

extension G
{
//HOVER:9,7
    This my();
}

// CHECK: struct G