[AttributeUsage(AttributeTargets.Class)]
class MyAtr : Attribute
{
public prop : object { get; set; }
public this(_asd : string)
{
}
}
[MyAtr("hhh", prop = "zxc")]
class Test
{
}
Ошибка:
error : the member `prop' has type object while the value assigned has type string
... << RSDN@Home 1.2.0 alpha 5 rev. 1539>>
Здравствуйте, DarthSidius, Вы писали:
DS>Ошибка:
DS>DS>error : the member `prop' has type object while the value assigned has type string
Это баг. Пишите в
Issues.
И да пребудет с Вами великая сила.
Здравствуйте, catbert, Вы писали:
C>Здравствуйте, DarthSidius, Вы писали:
DS>>Ошибка:
DS>>DS>>error : the member `prop' has type object while the value assigned has type string
C>Это баг. Пишите в Issues.
Дык сразу и написал. Closed уже.
C>И да пребудет с Вами великая сила.
... << RSDN@Home 1.2.0 alpha 5 rev. 1539>>
Здравствуйте, VladD2, Вы писали:
VD>Починил.
Там еще 2 моих иссуе, один из них ICE
... << RSDN@Home 1.2.0 alpha 5 rev. 1539>>
Здравствуйте, VladD2, Вы писали:
VD>Блокирующих (не дающих работать) нет?
Таких нет. Так что некритично.
... << RSDN@Home 1.2.0 alpha 5 rev. 1539>>