mirror of
https://github.com/dlang/phobos.git
synced 2025-05-07 19:49:36 +03:00
Fix some property enforcements.
This commit is contained in:
parent
76e2edb463
commit
d63035003a
5 changed files with 15 additions and 15 deletions
|
@ -1530,7 +1530,7 @@ Returns the $(D FILE*) corresponding to this object.
|
|||
/**
|
||||
Returns the file number corresponding to this object.
|
||||
*/
|
||||
/*version(Posix) */int fileno() const @trusted
|
||||
/*version(Posix) */@property int fileno() const @trusted
|
||||
{
|
||||
import std.exception : enforce;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue