Skip to content

Commit ce9f7ec

Browse files
committed
Add Java 17 record class to kernel submodule. Build succeeds.
1 parent f6119a3 commit ce9f7ec

File tree

1 file changed

+4
-0
lines changed
  • kernel/src/main/java/org/kframework

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Copyright (c) Runtime Verification, Inc. All Rights Reserved.
2+
package org.kframework.attributes;
3+
4+
public record Foo() {}

0 commit comments

Comments
 (0)