1 2 3 4 5 6 7 8 9 10 11 12
// FAIL: component wit % package a:b; world c { @since(version = 0.2.0) import d:e/f-g-h@0.2.3; } package d:e@0.2.3 { interface f-g-h {} }