9 lines
107 B
Plaintext
9 lines
107 B
Plaintext
package a:b;
|
|
|
|
interface foo {
|
|
@unstable(feature = not-active)
|
|
type gated = u32;
|
|
|
|
type foo = gated;
|
|
}
|