﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1307	Can't use a class @InputDef defined within a NameBlock	Jorge	Víctor de Buen Remiro	"{{{
#!java
NameBlock nb = [[
  Class @InputDef {
     Real a = 1
  }
]];

nb::@InputDef ll = [[ Real a = 1 ]];
}}}

generate the following error messages

{{{
ERROR: [1] Cannot apply structure@InputDef having 2 fields to a set with 1 elements

ERROR: [2] Cannot apply structure @InputDef

ERROR: [3] A set with structure @InputDef was expected instead of Set ll
}}}

The class is correctly defined but I'm no able to use it."	defect	closed	normal	Mantainance	Kernel	2.0.1	normal	fixed		cperez@… Pedro Gea
