summaryrefslogtreecommitdiffstats
path: root/tests/ui/codemap_tests/two_files_data.rs
blob: 6abeac0dd2e7e2dd4ce6cf41d533f57ed48104bd (plain)
1
2
3
4
5
// ignore-test (auxiliary, used by other tests)

trait Foo { }

type Bar = dyn Foo;