8 lines
77 B
C#
8 lines
77 B
C#
|
// CS1525: Unexpected symbol `float'
|
||
|
// Line: 6
|
||
|
|
||
|
namespace Bar
|
||
|
{
|
||
|
float a;
|
||
|
}
|