tlang/source/tlang/testing/typecheck/simple_dependence_correct6.t

10 lines
70 B
Raku

module typeChecking3;
class F
{
}
int p = 21;
int j = 2;
int k = p;