Retourner au contenu associé (dépêche : Mono 1.0 sous le feu des projecteurs)
Posté par vrm (site web personnel) le 16 juillet 2004 à 17:04. En réponse à la dépêche Mono 1.0 sous le feu des projecteurs. Évalué à 3.
public void autoBoxing() { int a = 12; Integer b = a; int c = b; }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: C'est un troll.
Posté par vrm (site web personnel) . En réponse à la dépêche Mono 1.0 sous le feu des projecteurs. Évalué à 3.
public void autoBoxing() { int a = 12; Integer b = a; int c = b; }