summary refs log tree commit diff stats
path: root/tests/reject/tmethod.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reject/tmethod.nim')
-rw-r--r--tests/reject/tmethod.nim4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/reject/tmethod.nim b/tests/reject/tmethod.nim
deleted file mode 100644
index 101cabf25..000000000
--- a/tests/reject/tmethod.nim
+++ /dev/null
@@ -1,4 +0,0 @@
-
-method m(i: int): int =
-  return 5
-