Fix some property enforcements.

This commit is contained in:
Denis Shelomovskij 2014-09-01 18:01:16 +04:00
parent 76e2edb463
commit d63035003a
5 changed files with 15 additions and 15 deletions

View file

@ -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;