﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
172	引数にあるジェネリックなコレクションを関数内でForeachすると、ジェネリックの型が指定されない	OverTaker	dai	"「System.ObjectからSystem.Stringに変換できません」
とかエラーが出ます。
{{{
#console
Imports System.Collections.Generic
Imports System[]

fx( New List<String>)
Console.ReadLine()

Sub fx(strings As List<String>)
	Dim s As String
	Foreach s In strings
		Console.WriteLine(s)
	Next
End Sub
}}}
"	バグ（ケアレスミス）	closed	中-major	AB5 CP6	Compiler		fixed		
