﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1319	Bootstrapping name conflict	Martin Sjölund	Martin Sjölund	"Using the same name in both record (inside a uniontype) and the package does not work.
{{{package P2
  uniontype UT1
    record P2
    end P2;
  end UT1;
  uniontype UT2
    record R2
    end R2;
  end UT2;
end P2;}}}

Constructor R2 works in this package, but not the former...
{{{package P2
  uniontype UT1
    record P2X
    end P2X;
  end UT1;
  uniontype UT2
    record R2
    end R2;
  end UT2;
end P2;}}}"	task	closed	high	Bootstrapping			fixed		Martin Sjölund Martin Sjölund
