From 9baf237b4b83a0d0640762cddf2e174c9118d514 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Tue, 21 Mar 2017 17:20:02 +0100 Subject: [PATCH] empty class --- .../samples/basic/EmptyClass.java | 25 +++++++++++++++++++ .../jwebassembly/samples/basic/EmptyClass.wat | 2 ++ 2 files changed, 27 insertions(+) create mode 100644 test/de/inetsoftware/jwebassembly/samples/basic/EmptyClass.java create mode 100644 test/de/inetsoftware/jwebassembly/samples/basic/EmptyClass.wat diff --git a/test/de/inetsoftware/jwebassembly/samples/basic/EmptyClass.java b/test/de/inetsoftware/jwebassembly/samples/basic/EmptyClass.java new file mode 100644 index 0000000..43e007a --- /dev/null +++ b/test/de/inetsoftware/jwebassembly/samples/basic/EmptyClass.java @@ -0,0 +1,25 @@ +/* + * Copyright 2017 Volker Berlin (i-net software) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package de.inetsoftware.jwebassembly.samples.basic; + +/** + * + * @author Volker Berlin + * + */ +public class EmptyClass { + +} diff --git a/test/de/inetsoftware/jwebassembly/samples/basic/EmptyClass.wat b/test/de/inetsoftware/jwebassembly/samples/basic/EmptyClass.wat new file mode 100644 index 0000000..b3a1681 --- /dev/null +++ b/test/de/inetsoftware/jwebassembly/samples/basic/EmptyClass.wat @@ -0,0 +1,2 @@ +(module +) \ No newline at end of file