Opened 17 years ago

Closed 17 years ago

#78 closed バグ(未実装) (fixed)

参照型の整数型パラメータに実数を代入すると「内部エラー」になってしまう

Reported by: dai Owned by: dai
Priority: 高-critical Milestone: AB5 CP4
Component: Compiler Version:
Keywords: Cc:

Description

下記のようなコードがエラーとなる。

fx(10)

Function fx(ByRef x As Long) As Long
    x = 10.123
End Function

Change History (2)

comment:1 by dai, 17 years ago

Status: newassigned

comment:2 by dai, 17 years ago

Resolution: fixed
Status: assignedclosed

コード修正が完了。β15で対応する。

Note: See TracTickets for help on using tickets.