Commit 1c1f191d authored by zeiss's avatar zeiss
Browse files

No commit message

No commit message
parent 72c899e8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -8,11 +8,10 @@
module Sem_0502_Scope_009 {

type component GeneralComp {	    	    
    var integer v_component := 0;
    var integer v_component := 1;
}	

type component ExtendedComp extends GeneralComp {	    	    
    v_component := 1;
}