Opened 16 years ago

Closed 16 years ago

#185 closed バグ (fixed)

Implementsに名前空間付きでインターフェイスを指定するとコンパイルできない

Reported by: NoWest Owned by: dai
Priority: 高-critical Milestone: ablib_α1
Component: Compiler Version:
Keywords: Cc:

Description

下記のようなコードで”AAは無効な識別子”としてはじかれる

Namespace AAA
	Interface AA
		Function A() As String
	End Interface
End Namespace


Class Hoge
	Implements AAA.AA
Public
	Override Function A() As String
		Return New String("test1")
	End Function
End Class

Change History (3)

comment:1 by dai, 16 years ago

Status: newassigned

comment:2 by dai, 16 years ago

[570]にて32bit版を修正。64bit版は後日対応する。

comment:3 by dai, 16 years ago

Resolution: fixed
Status: assignedclosed

[572]にて64bit版を対応。

Note: See TracTickets for help on using tickets.