* Fix operations to reflect concurrent module import behavior * Add new generated output * Fix root module import tracking * Rename test so that it's easier to filter * Update output ops * Fix clippy * Update output after rebase * Disable e2e tests until future PR * Fix generated output; probably from recent merge * Delete unused snap file
		
			
				
	
	
		
			7 lines
		
	
	
		
			101 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			101 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
@settings(defaultLengthUnit = mm)
 | 
						|
 | 
						|
import "exported_mod.kcl" as foo
 | 
						|
 | 
						|
bar = foo
 | 
						|
    |> translate(z=1)
 |