﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
78	参照型の整数型パラメータに実数を代入すると「内部エラー」になってしまう	dai	dai	"下記のようなコードがエラーとなる。

{{{
fx(10)

Function fx(ByRef x As Long) As Long
    x = 10.123
End Function
}}}"	バグ（未実装）	closed	高-critical	AB5 CP4	Compiler		fixed		
