mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	fix java API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									a406b8e93a
								
							
						
					
					
						commit
						370abf602c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -95,7 +95,7 @@ public class Model extends Z3Object { | |||
|                       long fd = Native.getAsArrayFuncDecl(getContext().nCtx(), n); | ||||
|                       return getFuncInterp(new FuncDecl(getContext(), fd)); | ||||
|                     } | ||||
|                     return FuncInterp(getContext(), n); | ||||
|                     return new FuncInterp(getContext(), n); | ||||
|                 } | ||||
|             } else | ||||
|             { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue