12 lines
157 B
Plaintext
12 lines
157 B
Plaintext
package a:b;
|
|
|
|
interface a {
|
|
@unstable(feature = inactive)
|
|
resource a {
|
|
@unstable(feature = inactive)
|
|
constructor();
|
|
|
|
x: static func();
|
|
}
|
|
}
|