From 98451c9b9f131dd38fb49e238175bf287fbd5460 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Fri, 1 Feb 2019 16:26:00 +0000 Subject: [PATCH] meaningless commit for data migration --- moo/kernel/Socket.moo | 1 - 1 file changed, 1 deletion(-) diff --git a/moo/kernel/Socket.moo b/moo/kernel/Socket.moo index 8d18d8e..8bd43c0 100644 --- a/moo/kernel/Socket.moo +++ b/moo/kernel/Socket.moo @@ -18,7 +18,6 @@ class(#byte) IPAddress(Object) ### -> (TODO)-> #byte(4,10) -> byte variable with the mimum size of 4 and maximum size of 10 => basicNew: should be allowed with upto 6. ### -> #byte(4,4) -> it can emulated fixed byte size. -> do i have space in spec to store the upper bound? - class(#byte(4)) IP4Address(IPAddress) { (*method(#class) new