bcc icon indicating copy to clipboard operation
bcc copied to clipboard

Allow functions and methods to introduce type parameters

Open HurryStarfish opened this issue 7 years ago • 0 comments

SuperStrict
Framework BRL.Basic

Print Test<Int>(5)

Function Test<T>:T(x:T)
	Return x
End Function

Compile Error: Illegal type expression

HurryStarfish avatar Aug 19 '17 09:08 HurryStarfish