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

struct G
{}

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

// CHECK: struct G