aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok/0043_use_alias.rs
blob: 544caa02042c3a05bb6552dffbc049755d4eba93 (plain)
1
2
3
4
5
6
7
use some::path as some_name;
use some::{
 other::path as some_other_name,
 different::path as different_name,
 yet::another::path,
 running::out::of::synonyms::for_::different::*
};