aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/inline/ok/0052_path_type.rs
blob: bf94f32e1968ab1e3349832e771798c286da260f (plain)
1
2
3
4
type A = Foo;
type B = ::Foo;
type C = self::Foo;
type D = super::Foo;