7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
package a:b;
|
|
|
|
@unstable(feature = not-active)
|
|
interface a {
|
|
type a = u32;
|
|
}
|