Skip to content

Commit

Permalink
forgot ProofScriptEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Apr 24, 2024
1 parent 4545251 commit 8ac637b
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* This file is part of KeY - https://key-project.org
* KeY is licensed under the GNU General Public License Version 2
* SPDX-License-Identifier: GPL-2.0-only */
package de.uka.ilkd.key.nparser;

/**
*
* @author Alexander Weigl
* @version 1 (23.04.24)
*/
public record ProofScriptEntry(String script, de.uka.ilkd.key.parser.Location location) {
}

0 comments on commit 8ac637b

Please sign in to comment.