2014-09-04 09:07:35 +01:00
|
|
|
// CS4017: The CallerLineNumberAttribute attribute cannot be applied because there is no standard conversion from `int' to `byte'
|
2014-08-13 10:39:27 +01:00
|
|
|
// Line: 8
|
|
|
|
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
|
|
|
|
class C
|
|
|
|
{
|
|
|
|
public void Trace([CallerLineNumber] byte member = 1)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|